Skip to content

Add claude-buddy plugin to marketplace.json#1427

Closed
wilbert-t wants to merge 1 commit intoanthropics:mainfrom
wilbert-t:main
Closed

Add claude-buddy plugin to marketplace.json#1427
wilbert-t wants to merge 1 commit intoanthropics:mainfrom
wilbert-t:main

Conversation

@wilbert-t
Copy link
Copy Markdown

Plugin: claude-buddy

Repo: https://github.com/wilbert-t/claude-buddy
Category: productivity
Author: wilbert-t

What it does

Claude Code pauses silently when it needs approval. If you're away from
your terminal, you miss it and Claude sits idle. Claude Buddy fixes this
with native sound + banner notifications the moment approval is needed.

  • LOW risk (Glob, Grep, Read) → auto-approved silently
  • MED/HIGH risk (Write, rm -rf, git push --force, sudo) → native
    notification fires, Claude's y/n prompt handles the actual approval
  • macOS: menu bar app with animation + "Open Terminal" action button
  • Linux: notify-send + paplay/aplay
  • Windows: PowerShell balloon tips + SystemSounds

Install (one line)

npx claude-buddy install                                                           

Permissions

One permission only: Notifications. No Automation permission required                      
(uses open -b bundleId instead of osascript, no System Events access).
                                                                                           
Checklist                                                                          
                                                                                           
- .claude-plugin/plugin.json present                                                       
- skills/claude-buddy/SKILL.md present
- Works on macOS, Linux, Windows                                                           
- No external npm dependencies                                                     
- SECURITY.md documents all permissions and verification steps                             
- All 55 tests passing 

Added 'claude-buddy' plugin with details for notifications and risk classification.
Copilot AI review requested due to automatic review settings April 15, 2026 21:01
@github-actions
Copy link
Copy Markdown

Thanks for your interest! This repo only accepts contributions from Anthropic team members. If you'd like to submit a plugin to the marketplace, please submit your plugin here.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the claude-buddy plugin to the Claude Code plugin marketplace listing so it can be discovered/installed via the repository’s marketplace index.

Changes:

  • Add a new plugins[] entry for claude-buddy (Git URL + pinned SHA, description, category, homepage) in .claude-plugin/marketplace.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +335 to +345
{
"name": "claude-buddy",
"source": {
"source": "url",
"url": "https://github.com/wilbert-t/claude-buddy.git",
"sha": "1e1942d1b92e8acba6ee1c2de8caf66b01631472"
},
"description": "Never miss a Claude Code approval prompt. Native sound + banner notifications with smart risk classification. Works on macOS, Linux, and Windows.",
"category": "productivity",
"homepage": "https://github.com/wilbert-t/claude-buddy"
},
Comment on lines +336 to +344
"name": "claude-buddy",
"source": {
"source": "url",
"url": "https://github.com/wilbert-t/claude-buddy.git",
"sha": "1e1942d1b92e8acba6ee1c2de8caf66b01631472"
},
"description": "Never miss a Claude Code approval prompt. Native sound + banner notifications with smart risk classification. Works on macOS, Linux, and Windows.",
"category": "productivity",
"homepage": "https://github.com/wilbert-t/claude-buddy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants